Nevron Open Vision Documentation
Nevron.Nov.Dom Namespace / NValueDeclaration<T> Class
Members


In This Topic
    NValueDeclaration<T> Class
    In This Topic
    Represent a generic property - value pair, where the value is of the generic type.
    Object Model
    NValueDeclaration<T> Class
    Syntax
    'Declaration
     
    
    Public Class NValueDeclaration(Of T) 
       Inherits NDeclaration
       Implements INDomDeepEquals, INDomDeeplyCloneable, Nevron.Nov.INDeeplyCloneable, Nevron.Nov.Internal.nbvd(Of NDomProperty,Object) 
    'Usage
     
    
    Dim instance As NValueDeclaration(Of T)
    public class NValueDeclaration<T> : NDeclaration, INDomDeepEquals, INDomDeeplyCloneable, Nevron.Nov.INDeeplyCloneable, Nevron.Nov.Internal.nbvd<NDomProperty,object>  
    Type Parameters
    T
    Inheritance Hierarchy

    System.Object
       Nevron.Nov.Dom.NNode
          Nevron.Nov.Dom.NDocumentNode
             Nevron.Nov.Dom.NStylingNode
                Nevron.Nov.Dom.NDeclaration
                   Nevron.Nov.Dom.NValueDeclaration<T>

    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also